Adwaita: no 3d shadow for pressed sidebar
authorJakub Steiner <jimmac@gmail.com>
Mon, 7 Dec 2020 13:19:24 +0000 (14:19 +0100)
committerJakub Steiner <jimmac@gmail.com>
Mon, 7 Dec 2020 13:19:24 +0000 (14:19 +0100)
Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3413

gtk/theme/Adwaita/_common.scss

index 5d60753d913dc5c4ec4100e48462ce28715df0e0..ea5df7a045d0d0c39e06cff25a5e658da51d9c0b 100644 (file)
@@ -3588,6 +3588,9 @@ stacksidebar {
       background-color: $selected_bg_color;
       color: $selected_fg_color;
     }
+    &.activatable:active, &.activatable:selected:active {
+      box-shadow: none; // #3413
+    }
   }
 }